Rotate Transforms
Labels
-
ASCII
-
Rotate
-
Binary
-
rott
(=
0x726F7474
)
Axis Enum Data Type
-
X
-
0x00000000
-
Y
-
0x00000001
-
Z
-
0x00000002
Data Format
AxisEnum axis
Float32 radians
-
axis
-
The axis of rotation. The value in this field must be one of these constants:
X
,
Y
, or
Z
.
-
radians
-
The number of radians to rotate around the axis of rotation.
Description
A rotate transform rotates an object about the
x
,
y
, or
z
axis by a specified number of radians.
Parent Hierarchy
Shared, shape, transform.
Example
Rotate ( # rotate about the z axis by -1.57 radians
Z
-1.57
)
© 1997 Apple Computer, Inc.
Previous | QD3D Book | Overview | Chapter Contents | Next |